From: Colin Walters Date: Sun, 24 Jul 2016 18:59:33 +0000 (-0400) Subject: glib.supp: Suppress some dynamic type registrations too X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~49^2~60 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=d13cf37b3f19982e2089fb6cea17824acb9a8828;p=ostree.git glib.supp: Suppress some dynamic type registrations too These mirror the static ones, and we need the dynamic versions for glib-networking -> gnutls stuff. Closes: #410 Approved by: giuseppe --- diff --git a/tests/glib.supp b/tests/glib.supp index 33449070..8129c3e2 100644 --- a/tests/glib.supp +++ b/tests/glib.supp @@ -15,6 +15,12 @@ ... fun:g_type_register_static } +{ + g_type_register_dynamic + Memcheck:Leak + ... + fun:g_type_register_dynamic +} { g_type_register_fundamental Memcheck:Leak @@ -49,6 +55,12 @@ ... fun:g_type_add_interface_static } +{ + g_type_add_interface_dynamic + Memcheck:Leak + ... + fun:g_type_add_interface_dynamic +} { g_param_spec_internal Memcheck:Leak